Skip to content

Reece/holesky testnet (deployment 1)#2

Draft
reecepbcups wants to merge 3 commits intoLay3rLabs:mainfrom
reecepbcups:reece/holesky-testnet
Draft

Reece/holesky testnet (deployment 1)#2
reecepbcups wants to merge 3 commits intoLay3rLabs:mainfrom
reecepbcups:reece/holesky-testnet

Conversation

@reecepbcups
Copy link
Member

@reecepbcups reecepbcups commented May 13, 2025

@reecepbcups reecepbcups marked this pull request as draft May 13, 2025 19:17
@reecepbcups
Copy link
Member Author

note: i also had to modify Common.s.sol to set ANVIL_PRIVATE_KEY (this should just be renamed to DEPLOYER_PK, in my foundry todo). export ANVIL_PRIVATE_KEY= did not seem to work on the linux boxes

@reecepbcups
Copy link
Member Author

😢 this has to be configurable. it was hard set to local. Somehow needs a way to read from the incoming service with extra information.

pub fn query_nft_ownership(address: Address, nft_contract: Address) -> Result<bool, String> {
    block_on(async move {
        // TODO: this needs to be configurable
        let chain_config = get_evm_chain_config("holesky").unwrap();

@reecepbcups reecepbcups changed the title Reece/holesky testnet Reece/holesky testnet (deployment 1) May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants